CxMssSetPointEditor Object

The CxMssSetPointEditor object is a dialog box-based editor for SetPoint Command records of the Master Scheduling Service (MSS). Declare the object using the following code:

CreateObject("CxEditors.CxMssSetPointEditor")

Each method in this document will assume you have declared and connected the CxMssSetPointEditor object using the following code:

Dim MssSetPointEditor

Set MssSetPointEditor = CreateObject("CxEditors.CxMssSetPointEditor")

MssSetPointEditor.Connect("CYGDEMO.MSS")


More: